@charset "utf-8";

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #7d9729;
	text-decoration: none;
}
h3, h4 {
	color: #767676;
}
h3 {
	font-weight: normal;
	line-height: 2;
	text-align: center;
	position: relative;
}
h3 span {
	padding-left: 30px;
	padding-left: 0.30rem;
	padding-right: 30px;
	padding-right: 0.30rem;
}
h3 i {
	display: block;
	background-color: #7d9729;
	height: 2px;
	overflow: hidden;
	width: 46px;
	margin-left: -23px;
	position: absolute;
	left: 50%;
	top: 45px;
	z-index: 2;
}
h3 small {
	display: block;
	color: #c2c2c2;
	font-size: 16px;
	margin-top: 15px;
	
}
hr {
	background-color: #e4e4e4;
	border: 0;
	height: 1px;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
	
}
.mt {
	margin-top: 30px;
	margin-top: 0.30rem;
}
.com-bg {
	background-color: #f7f7f7;
}
.mt {
	margin-top: 30px;
	margin-top: 0.30rem;
}
.content {
	width: 100%;
}
.txt:before, .txt:after, .content:before, .content:after {
	display: table;
	content: '';
}

/* Header */
.com-header {
	width: 100%;
	z-index: 10;
}
.header {
	width: 100%;
	padding-top: 20px;
	padding-top: 0.20rem;
	padding-bottom: 20px;
	padding-bottom: 0.20rem;
}
.header .logo {
	width: 80%;
}
.header .side-nav {
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	top: 50%;
	right: 0;
	z-index: 2;
}
.header .side-nav img, .m-nav .close img {
	display: block;
	height: 100%;
	width: 100%;
}

/* 移动端导航 */
.m-nav {
	display: none;
	background-color: #f7f7f7;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.m-nav .content {
	padding: 20px;
}
.m-nav .m-logo {
	width: 80%;
	margin-bottom: 20px;
}
.m-nav ul li a {
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.m-nav ul li a:hover {
	background-color: #7d9729;
	color: #fff;
}
.m-nav ul li a span {
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.m-nav .close {
	cursor: pointer;
	height: 30px;
	width: 30px;
	top: 20px;
	right: 20px;
	z-index: 9;
}

/* PC端导航 */
.nav {
	display: none;
	right: 0;
	top: 32px;
	z-index: 5;
}
.nav ul li {
	float: left;
	margin-left: 2px;
	position: relative;
}
.nav ul li > a {
	display: block;
	color: #7d9729;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.nav ul li:hover > a, .nav ul li.hover > a {
	background-color: #7d9729;
	color: #fff;
}

/* Banner */
.banner {
	width: 100%;
	z-index: 5;
}
.banner img {
	display: block;
	width: 100%;
}

/* Service */
.title {
	background: url(../images/Ico-01.png) 50% 0 no-repeat;
	background-size: 0.84rem 0.42rem;
	width: 100%;
	padding-top: 50px;
	padding-top: 0.50rem;
	padding-bottom: 15px;
	
}
.service {
	width: 100%;
}
.service .content {
	background-color: #f1f1f1;
	padding-bottom: 60px;
	padding-bottom: 0.60rem;
}
.service .colspan {
	margin-top: 60px;
	margin-top: 0.60rem;
}
.service .item {
	background-color: #fff;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.service .item img {
	display: inline-block;
	height: 65px;
}
.service .item h4 {
	margin-top: 20px;
	margin-top: 0.20rem;
	margin-bottom: 10px;
	margin-bottom: 0.10rem;
}
.service .item h4 span {
	display: inline-block;
	border-bottom: 2px solid #7d9729;
}

/* About */
.about {
	width: 100%;
	padding-bottom: 40px;
	padding-bottom: 0.40rem;
	
}
.about .item {
	margin-top: 40px;
	margin-top: 0.40rem;
}
.about .img {}
.about .txt {
	background-color: #f7f7f7;
	padding: 20px;
}
.about .txt h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 3;
	text-align: center;
}
.about .txt p.dec {
	margin-top: 15px;
}
.about .txt p.link a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 3px 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.about .txt p.link a:hover,.about .txt p.link a.hover {
	background-color: #7d9729;
	border: 1px solid #7d9729;
	color: #fff;
}

/* Case */
.case {
	background: #7d9729;
	width: 100%;
	padding-top: 40px;
	padding-top: 0.40rem;
	padding-bottom: 40px;
	padding-bottom: 0.40rem;
}
.forMore {
	text-align: center;
	margin-top: 20px;
}
.forMore a {
	display: inline-block;
	border: 1px solid #7d9729;
	color: #7d9729;
	padding: 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.forMore a:hover {
	background-color: #7d9729;
	color: #fff;
}
.forMore a.white {
	border: 1px solid #fff;
	color: #fff;
}
.forMore a.white:hover {
	background-color: #fff;
	color: #7d9729;
}

/* News */
.news {
	width: 100%;
	padding-bottom: 20px;
	padding-bottom: 0.20rem;
}
.news .row {
	margin-top: -20px;
}
.news .item {
	margin-top: 20px;
}
.news .item h5 {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.news .item h5 a {
	color: #7d9729;
}
.news .item p {
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}
.news .item .content {
	border: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

/* Process */
.process {
	background-color: #7d9729;
	width: 100%;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}
.process ul {
	margin-left: -10px;
	margin-right: -10px;
}
.process ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-size: 16px;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-top: 0.30rem;
}
.process ul li img {
	display: inline-block;
	height: 36px;
}
.process ul li h5 {
	background-color: #fff;
	color: #7d9729;
	line-height: 2.5;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* Customer */
.customer {
	width: 100%;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}
.customer ul {
	border: 1px solid #e7e7e7;
	border-right: 0;
	border-bottom: 0;
}
.customer ul li {
	float: left;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	width: 33.3333333%;
}

/* Footer */
.footer {
	background-color: #ededed;
	width: 100%;
	padding-top: 30px;
	padding-top: 0.30rem;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}
.footer h5 {
	margin-bottom: 5px;
	margin-bottom: 0.05rem;
}
.footer .ewm, .footer .sub-nav {
	display: none;
}

.footer .ewm {
	background-color: #cecece;
	width: 190px;
	top: -30px;
	bottom: -30px;
	left: 10px;
	z-index: 7;
}
.footer .ewm h5 {
	color: #7d9729;
	text-align: center;
	margin-top: 30px;
}
.footer .ewm img {
	display: inline-block;
	height: 146px;
	width: 146px;
}
.footer .ewm p {
	text-align: center;
	margin-top: 5px;
}

.footer .sub-nav {
	border-right: 1px solid #d8d8d8;
	margin-right: 260px;
}
.footer .item {
	float: left;
	margin-right: 55px;
}
.footer .contact {
	color: #7d9729;
}
.footer .contact h5 {
	display: inline-block;
	background-color: #7d9729;
	color: #fff;
	line-height: 2.5;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
}

/* Copyright */
.copyright {
	background-color: #7d9729;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* Page */
.page {
	width: 100%;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}

.page-left h3 {
	background-color: #7d9729;
	color: #fff;
	line-height: 3;
	text-align: left;
	padding-left: 20px;
}
.page-left ul li {
	border-top: 2px solid #fff;
	position: relative;
}
.page-left ul li a {
	display: block;
	background-color: #f7f7f7;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	padding-right: 20px;
}
.page-left ul li i {
	display: block;
	background: url(../images/Ico-15.png) 0 0 no-repeat;
	height: 8px;
	width: 4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 9;
}
.page-left ul li:hover a {
	background-color: #7d9729;
	color: #fff;
	
}
.page-left ul li:hover i {
	background: url(../images/Ico-15.png) 0 -8px no-repeat;
}

.page-right .pos {
	border-bottom: 1px solid #ededed;
	width: 100%;
	margin-bottom: 15px;
}
.page-right .pos h4 {
	color: #7d9729;
	margin-bottom: 0;
}
.page-right .pos p {
	color: #999;
	top: 4px;
	right: 0;
	z-index: 9;
}
/* 产品列表 */
.pro-hot-list {
	margin-top: -20px;
	margin-left: -10px;
	margin-right: -10px;
}
.pro-hot-list li {
	float: left;
	padding-top: 20px;
}
.pro-hot-list li p {
	background-color: #7d9729;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pro-hot-list li:hover p {
	background-color: #f2f2f2;
	color: #7d9729;
}

/* anli */
.case-hot-list {
	margin-top: -20px;
	margin-left: -10px;
	margin-right: -10px;
}
.case-hot-list li {
	float: left;
	padding-top: 20px;
}
.case-hot-list li p {
	color: #373737;
	height: 24px;
	line-height: 24px;
	text-align: left;
}


/* 新闻列表 */
.news-item {
	border-bottom: 1px solid #ededed;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-item:first-child {
	padding-top: 0;
}
.news-item .img {
	float: left;
	height: 155px;
	width: 32%;
	overflow: hidden;
}
.news-item .img img {
	display: block;
	height: 155px;
}
.news-item .txt {
	margin-left: 36%;
}
.news-item .txt h5 {
	line-height: 1.5;
	margin-bottom: 10px;
}
.news-item .txt p.date {
	color: #999;
}
.news-item .txt p.dec {
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 15px;
}
.news-item .txt a {
	color: #7d9729;
}

/* 焦点图 */
.hd {
	
	position: relative;
	margin-top: 10px;
}
.hd ul li {
	float: left;
	width: 25%;
}
.hd ul li div {
	padding: 5px;
}
.hd ul li img {
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
}
.hd ul li.on img {
	border: 1px solid red;
}
.hd span {
	display: block;
	cursor: pointer;
	height: 40px;
	width: 26px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 9;
}
.hd span.sPrev {
	background: url(../images/Ico-06.png) 0 0 no-repeat;
	left: 5px;
}
.hd span.sNext {
	background: url(../images/Ico-06.png) -26px 0 no-repeat;
	right: 5px;
}

/* 更多 */
a.com-more {
	display: inline-block;
	background-color: #d00000;
	color: #fff;
	font-size: 14px;
	padding: 3px 20px;
}
a.com-more:hover {
	background-color: #f00;
}

@media (min-width: 540px){
	.news-item .img {
		width: 160px;
	}
	.news-item .txt {
		margin-left: 180px;
	}
}

@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.about {
		background: url(../images/Bg-01.png) 50% 50% no-repeat;
	}
	.case {
		background: #7d9729 url(../images/Bg-02.jpg) 50% 50% no-repeat;
	}
	.process ul li {
		width: 12.5%;
	}
	.customer ul li {
		width: 16.6666667%;
	}
	.footer .contact {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 9;
	}
	.footer .sub-nav {
		display: block;
	}
	.news-item .img {
		width: 210px;
	}
	.news-item .txt {
		margin-left: 230px;
	}
}
@media (min-width: 1210px) {
	.header .logo {
		width: 320px;
	}
	.header .nav {
		display: block;
	}
	.header .side-nav {
		display: none;
	}
	.footer .container {
		min-height: 180px;
	}
	.footer .sub-nav {
		margin-left: 230px;
	}
	.footer .ewm {
		display: block;
	}
	.news-item .img {
		width: 260px;
	}
	.news-item .img img {
		width: 260px;
	}
	.news-item .txt {
		margin-left: 280px;
	}
}